Class FTPServerImpl

All Implemented Interfaces:
IPCObject, FTPServer, Process

public class FTPServerImpl extends ProcessImpl implements FTPServer
Information provided by the PKI file:

    \class FtpServer
    
    \brief FtpServer is the process that handles the FTP service.
    
    \example network().getDevice("Server0").getProcess("FtpServer")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setEnabled

      public void setEnabled(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the FTP service.
          
          \param bEnable, true to enable the FTP service, false to disable it.
          
              
      Specified by:
      setEnabled in interface FTPServer
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • isEnabled

      public boolean isEnabled()
      Information provided by the PKI file:
      
          \brief Returns true if the FTP service is enabled, otherwise false.
          
          \return bool, true if the FTP service is enabled, otherwise false.
          
              
      Specified by:
      isEnabled in interface FTPServer
      Returns:
      boolean Returns a boolean
    • getFtpUserAccountManager

      public FTPUserAccountManager getFtpUserAccountManager()
      Information provided by the PKI file:
      
          \brief Returns the FTP user account manager.
          
          \return FtpUserAccountManager, the FtpUserAccountManager object.
          
              
      Specified by:
      getFtpUserAccountManager in interface FTPServer
      Returns:
      FTPUserAccountManager Returns a FTPUserAccountManager